home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Big Mouth 16
/
Big_Mouth_The_16_1997_-_Side_D.d64
/
the main menu_bm
(
.txt
)
< prev
Wrap
Commodore BASIC
|
2023-02-26
|
1KB
|
38 lines
1 rem" "bm eyes only!(NULL)
2 poke 808,234:poke 53280,0:poke 53281,0
4 fort=1 to 500:next
6 print"[147][155]"tab(7)"the big mouth - main menu"
8 fort=1 to 2000:next
10 print"[147]"
15 fort=1 to 500:next
20 printtab(7)"the big mouth - main menu"
30 print"a - confusing quest instructions"
31 print"b - confusing quest intro"
32 print"c - quest 1"
33 print"d - quest 2"
34 print"e - quest 3"
35 print"f - quest 4"
36 print"g - quest 5"
37 print"h - contact me/nathan smith"
50 print"pick a program to load (a-h) ?"
55 get a$:if a$="" then 55
60 a=asc(a$):if a-64<1 or a-64>8 then 55
65 forx=49152 to 49170:ready:poke x,y:nextx
70 print""tab(15)" loading "
75 sys 49152
76 data 120,169,013,141,040,003,169,192
77 data 141,041,003,088,096,238,032,208
78 data 076,237,246
80 on a-64 goto 101,102,103,104,105,106,107,110
100 :
101 load"cq instructions",8,1
102 load"conf.quest intro",8,1
103 load"c.quest -quest 1",8,1
104 load"c.quest -quest 2",8,1
105 load"c.quest -quest 3",8,1
106 load"c.quest -quest 4",8,1
107 print" confusing quest - codes for quest 5"
108 print" 4719"tab(13)"1005"tab(23)"7916"tab(33)"5107"
109 load"c.quest -quest 5",8,1
110 load"contact me /ns",8,1